home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / odbcall.zip / ODBCINFO.DFM / ODBCINFO.txt
Text File  |  1996-04-06  |  3KB  |  129 lines

  1. object frmODBCTableBrowser: TfrmODBCTableBrowser
  2.   Left = 214
  3.   Top = 108
  4.   Width = 451
  5.   Height = 320
  6.   Caption = 'Table Browser'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnActivate = FormActivate
  13.   OnResize = FormResize
  14.   TextHeight = 13
  15.   object TableOutline: TOutline
  16.     Left = 0
  17.     Top = 0
  18.     Width = 137
  19.     Height = 275
  20.     Lines.Nodes = (
  21.       'Tables'
  22.       #9'System Tables'
  23.       #9'User Tables'
  24.       'Procedures')
  25.     OnExpand = TableOutlineExpand
  26.     OnCollapse = TableOutlineCollapse
  27.     ItemHeight = 13
  28.     Align = alLeft
  29.     ParentCtl3D = False
  30.     Ctl3D = True
  31.     TabOrder = 0
  32.     OnClick = TableOutlineClick
  33.     ItemSeparator = '\'
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 137
  37.     Top = 0
  38.     Width = 306
  39.     Height = 275
  40.     Align = alClient
  41.     BevelOuter = bvNone
  42.     TabOrder = 1
  43.     object Panel2: TPanel
  44.       Left = 0
  45.       Top = 0
  46.       Width = 306
  47.       Height = 47
  48.       Align = alTop
  49.       BevelOuter = bvNone
  50.       Ctl3D = False
  51.       ParentCtl3D = False
  52.       TabOrder = 0
  53.       object Label1: TLabel
  54.         Left = 4
  55.         Top = 8
  56.         Width = 63
  57.         Height = 13
  58.         Caption = 'Data Source:'
  59.       end
  60.       object lDataSource: TLabel
  61.         Left = 82
  62.         Top = 8
  63.         Width = 3
  64.         Height = 13
  65.       end
  66.       object Label2: TLabel
  67.         Left = 33
  68.         Top = 27
  69.         Width = 34
  70.         Height = 13
  71.         Caption = 'Object:'
  72.       end
  73.       object lTable: TLabel
  74.         Left = 82
  75.         Top = 28
  76.         Width = 3
  77.         Height = 13
  78.       end
  79.     end
  80.     object FieldList: TListBox
  81.       Left = 71
  82.       Top = 47
  83.       Width = 235
  84.       Height = 228
  85.       Align = alClient
  86.       ItemHeight = 13
  87.       TabOrder = 1
  88.     end
  89.     object Panel3: TPanel
  90.       Left = 0
  91.       Top = 47
  92.       Width = 71
  93.       Height = 228
  94.       Align = alLeft
  95.       BevelOuter = bvNone
  96.       Ctl3D = False
  97.       ParentCtl3D = False
  98.       TabOrder = 2
  99.       object Label3: TLabel
  100.         Left = 37
  101.         Top = 3
  102.         Width = 30
  103.         Height = 13
  104.         Caption = 'Fields:'
  105.       end
  106.     end
  107.   end
  108.   object Panel4: TPanel
  109.     Left = 0
  110.     Top = 275
  111.     Width = 443
  112.     Height = 18
  113.     Align = alBottom
  114.     BevelInner = bvRaised
  115.     BevelOuter = bvLowered
  116.     Ctl3D = False
  117.     ParentCtl3D = False
  118.     TabOrder = 2
  119.   end
  120.   object PopupMenu: TPopupMenu
  121.     Left = 153
  122.     Top = 104
  123.     object CreateQuery1: TMenuItem
  124.       Caption = 'Create Query'
  125.       OnClick = CreateQuery1Click
  126.     end
  127.   end
  128. end
  129.